(widget-text-keymap): Doc fix.
authorDave Love <fx@gnu.org>
Wed, 6 Dec 2000 18:01:25 +0000 (18:01 +0000)
committerDave Love <fx@gnu.org>
Wed, 6 Dec 2000 18:01:25 +0000 (18:01 +0000)
lisp/wid-edit.el

index eb402a95eae3efda3142dbae54c238383d6c136a..52851524b8a1439006b1564e6ac93f403d053b52 100644 (file)
@@ -831,7 +831,7 @@ Recommended as a parent keymap for modes using widgets.")
   "Keymap used inside a text field.")
 
 (defun widget-field-activate (pos &optional event)
-  "Invoke the ediable field at point."
+  "Invoke the editable field at point."
   (interactive "@d")
   (let ((field (widget-field-at pos)))
     (if field